net/http.http2requestParam.scheme (field)

7 uses

	net/http (current package)
		h2_bundle.go#L5967: 		scheme:    f.PseudoValue("scheme"),
		h2_bundle.go#L5974: 		if rp.path != "" || rp.scheme != "" || rp.authority == "" {
		h2_bundle.go#L5977: 	} else if rp.method == "" || rp.path == "" || (rp.scheme != "https" && rp.scheme != "http") {
		h2_bundle.go#L6023: 	scheme, authority, path string
		h2_bundle.go#L6031: 	if rp.scheme == "https" {
		h2_bundle.go#L7005: 			scheme:    msg.url.Scheme,